From 92ff8f097905a5693f8f27d7db97a11924aadb9e Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 3 Aug 2018 09:46:48 -0500 Subject: [PATCH] automation: remove dead code from containerize This is more dead code. Signed-off-by: Doug Goldstein Reviewed-by: Wei Liu --- automation/scripts/containerize | 5 ----- 1 file changed, 5 deletions(-) diff --git a/automation/scripts/containerize b/automation/scripts/containerize index 7f0eb0aff0..7bdfc2155d 100755 --- a/automation/scripts/containerize +++ b/automation/scripts/containerize @@ -23,10 +23,6 @@ case "_${CONTAINER}" in _stretch|_) CONTAINER="${BASE}/debian:stretch" ;; esac -# get our container name and version -containid=${CONTAINER%:*} -containver=${CONTAINER#*:} - # Save the commands for future use cmd=$@ @@ -74,7 +70,6 @@ fi # Kick off Docker einfo "*** Launching container ..." exec docker run \ - ${DOCKER_ARGS} \ ${SSH_AUTH_SOCK:+-e SSH_AUTH_SOCK="/tmp/ssh-agent/${SSH_AUTH_NAME}"} \ -v "${CONTAINER_PATH}":/build:rw \ -v "${HOME}/.ssh":/root/.ssh:ro \ -- 2.30.2